home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / admin / secure / Tor - Privoxy - Vidalia.exe / Privoxy / templates / edit-actions-list-section < prev    next >
Text File  |  2006-11-04  |  5KB  |  126 lines

  1. ##############################################################################
  2. #
  3. # File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-list-section,v $
  4. #
  5. # Purpose     :  Template which forms part of edit-actions-list
  6. #
  7. # Copyright   :  Written by and Copyright (C) 2001 the SourceForge
  8. #                Privoxy team. http://www.privoxy.org/
  9. #
  10. #                Original Author: Copyright (C) 2001 Jonathan Foster
  11. #                http://www.jon-foster.co.uk/
  12. #
  13. #                This program is free software; you can redistribute it 
  14. #                and/or modify it under the terms of the GNU General
  15. #                Public License as published by the Free Software
  16. #                Foundation; either version 2 of the License, or (at
  17. #                your option) any later version.
  18. #
  19. #                This program is distributed in the hope that it will
  20. #                be useful, but WITHOUT ANY WARRANTY; without even the
  21. #                implied warranty of MERCHANTABILITY or FITNESS FOR A
  22. #                PARTICULAR PURPOSE.  See the GNU General Public
  23. #                License for more details.
  24. #
  25. #                The GNU General Public License should be included with
  26. #                this file.  If not, you can view it at
  27. #                http://www.gnu.org/copyleft/gpl.html
  28. #                or write to the Free Software Foundation, Inc., 59
  29. #                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  30. #
  31. # Revisions   :
  32. #    $Log: edit-actions-list-section,v $
  33. #    Revision 1.16  2006/07/18 14:49:13  david__schmidt
  34. #    Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
  35. #    with what was really the latest development (the v_3_0_branch branch)
  36. #
  37. #    Revision 1.15.2.1  2003/12/17 16:35:17  oes
  38. #    Work around new & silly MSIE behaviour where the request resulting from
  39. #    changing window.location.href doesn't reveal the referrer anymore
  40. #
  41. #    Revision 1.15  2002/05/21 21:02:52  oes
  42. #    Added more help links
  43. #
  44. #    Revision 1.14  2002/05/21 19:12:43  oes
  45. #     - Added client-side JavaScript versions of edit and add URL forms
  46. #     - Moved jump targets to before container table cell
  47. #
  48. #    Revision 1.13  2002/05/12 15:45:33  jongfoster
  49. #    Applying [Patch 552094] New templates for edit-actions-list
  50. #    This cleans up the templates by:
  51. #    - Removing the (confusing) alternating color scheme.
  52. #    - Making everything left-justified.
  53. #
  54. #    Revision 1.12  2002/04/26 12:58:11  oes
  55. #    Central "button" link style in cgi-style.css
  56. #
  57. #    Revision 1.11  2002/04/24 02:14:03  oes
  58. #    Changed shortcuts, Cosmetics
  59. #
  60. #    Revision 1.10  2002/04/17 21:27:26  jongfoster
  61. #    Adding #linenumber to the URLs which affect blocks, to make
  62. #    editing in long files easier.
  63. #
  64. #    Revision 1.9  2002/04/17 15:51:47  oes
  65. #    Args! Restoring CVS history
  66. #
  67. #    Revision 1.8  2002/04/17 15:04:16  oes
  68. #    Adapted to style change
  69. #
  70. #    Revision 1.7  2002/03/26 22:29:56  swa
  71. #    we have a new homepage!
  72. #
  73. #    Revision 1.6  2002/03/24 11:01:06  swa
  74. #    name change
  75. #
  76. #    Revision 1.5  2002/01/23 00:26:45  jongfoster
  77. #    Reducing length of URLs
  78. #    Where encoded and unencoded versions of a string existed, removing
  79. #    the unencoded one.
  80. #
  81. #    Revision 1.4  2002/01/17 21:33:00  jongfoster
  82. #    Replacing all references to the URL of the config interface
  83. #    with @default-cgi@
  84. #
  85. #    Revision 1.3  2001/11/13 00:58:18  jongfoster
  86. #    New version of actions file editor templates
  87. #
  88. #
  89. #############################################################################
  90. #
  91. # Available variables include:
  92. #
  93. # filename
  94. # ver
  95. # sectionid
  96. # urls
  97. #
  98. #############################################################################
  99. #
  100. # ** Important note: **
  101. #
  102. # It is important to keep this file small.  That's why all the
  103. # identifiers in the HTML are short and cryptic.  Currently, the main
  104. # edit-actions page is ~300k.  Before it was optimized, it was ~550k.
  105. #
  106. #############################################################################
  107.  
  108. <tr><td class="container"><a name="l@s@"></a>
  109. <table border="0" width="100%" cellspacing="2" cellpadding="3" class="framed">
  110. <tr class="actions"><td class="header"><a href="@user-manual@@actions-help-prefix@ACTIONS">Actions</a>:</td></tr>
  111. <tr class="actions"><td class="indentbuttons"><a href="eafu?f=@f@&v=@v@&s=@s@">Edit</a></td></tr>
  112. <tr class="actions"><td class="action">@actions@</td></tr>
  113. <tr class="url"><td class="header"><a href="@user-manual@@actions-help-prefix@AF-PATTERNS">URL patterns</a>:</td></tr>
  114. <tr class="url"><td class="indentbuttons"><a href="eaa?f=@f@&v=@v@&s=@s@" onclick="return a_p(this,@s@);">Add</a></td></tr>
  115. @urls@
  116. <tr class="adv"><td class="header">Advanced:</td></tr>
  117. <tr class="adv"><td class="indentbuttons">
  118. @if-s-prev-exists-start@<a href="eass?f=@f@&v=@v@&s1=@s-prev@&s2=@s@#l@s-prev@">Move section up</a>   @if-s-prev-exists-end@
  119. @if-s-next-exists-start@<a href="eass?f=@f@&v=@v@&s1=@s@&s2=@s-next@#l@s@">Move section down</a>   @if-s-next-exists-end@
  120. <a href="easa?f=@f@&v=@v@&s=@s@#l@s-next@">Insert new section below</a>
  121. @if-empty-section-start@   <a href="easr?f=@f@&v=@v@&s=@s@#l@s@">Delete whole section</a>@if-empty-section-end@
  122. </td></tr>
  123. </table>
  124. </td></tr>
  125.